Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct SA1629 to add a period if the documentation ends in an xml entity. Previously replaced the semicolon in the xml entity. #3859

Merged

Conversation

bjornhellander
Copy link
Contributor

Fixes #3802.

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (de67e30) to head (a5c1d42).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3859   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files         926      926           
  Lines      110188   110202   +14     
  Branches     3312     3312           
=======================================
+ Hits       107384   107398   +14     
  Misses       1837     1837           
  Partials      967      967           

…tity. Previously replaced the semicolon in the xml entity. DotNetAnalyzers#3802
@bjornhellander bjornhellander force-pushed the feature/sa1629-xml-entity-3802 branch from eb71e07 to cc18acf Compare June 6, 2024 07:18
@bjornhellander bjornhellander force-pushed the feature/sa1629-xml-entity-3802 branch from 2c5e1d3 to a5c1d42 Compare June 8, 2024 06:36
@sharwell sharwell merged commit 51c772e into DotNetAnalyzers:master Jun 10, 2024
19 checks passed
@bjornhellander bjornhellander deleted the feature/sa1629-xml-entity-3802 branch June 10, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SA1629 code fix eats ending semicolon of XML entity
2 participants